qualified notation
Allows to access attributes/methods of a parent class, which are hidden in the child class by redeclaration. The notation is "classname.hiddenproperty".